home *** CD-ROM | disk | FTP | other *** search
/ Zoo Guides: Life in the Desert / Zoo Guides - Life in the Desert.iso / pc / lfnthdsr / chapters / shared.dir / 00410_Script_410 < prev    next >
Text File  |  1995-05-08  |  403b  |  16 lines

  1. --
  2. on bigpic19
  3.   puppetsprite 19, true
  4. set the visibility of sprite 20 to 0
  5.   set the loch of sprite 19 to 320
  6.   set the locv of sprite 19 to 192
  7.   set the castnum of sprite 19 to the castnum of sprite 19+40
  8.   updatestage
  9. --
  10. on smallpic19
  11. puppetsprite 19, false
  12. set the visibility of sprite 20 to 1
  13.   set the castnum of sprite 19 to the castnum of sprite 19-40
  14. go the frame
  15.   updatestage
  16.